Click or drag to resize

PropertyManagerPageOptionBox Class

Wrapper class around the group of IPropertyManagerPageOption controls
Inheritance Hierarchy
SystemObject
  CodeStack.SwEx.PMPage.ControlsPropertyManagerPageOptionBox

Namespace:  CodeStack.SwEx.PMPage.Controls
Assembly:  CodeStack.SwEx.PMPage (in CodeStack.SwEx.PMPage.dll) Version: 0.7.2.0 (0.7.2.0)
Syntax
public class PropertyManagerPageOptionBox : IPropertyManagerPageControl, 
	IPropertyManagerPageOption

The PropertyManagerPageOptionBox type exposes the following members.

Constructors
  NameDescription
Public methodPropertyManagerPageOptionBox
Initializes a new instance of the PropertyManagerPageOptionBox class
Top
Properties
  NameDescription
Public propertyBackgroundColor
Public propertyCaption
Public propertyChecked
Public propertyControls
Array of controls in the current option group
Public propertyEnabled
Public propertyLeft
Public propertyOptionsForResize
Public propertyStyle
Public propertyTextColor
Public propertyTip
Public propertyTop
Public propertyVisible
Public propertyWidth
Top
Methods
Remarks
All set properties will be applied to all controls in the group, while get will return the value of first control
See Also