ButtonSpecNavFixed Class |
Namespace: Internal.ComponentFactory.Krypton.Navigator
[TypeConverterAttribute(typeof(ButtonSpecNavFixedConverter))] public abstract class ButtonSpecNavFixed : ButtonSpec
The ButtonSpecNavFixed type exposes the following members.
Name | Description | |
---|---|---|
ButtonSpecNavFixed |
Initialize a new instance of the ButtonSpecNavFixed class.
|
Name | Description | |
---|---|---|
AllowInheritExtraText |
Gets and sets if the button extra text be inherited if defined as empty.
(Inherited from ButtonSpec.) | |
AllowInheritImage |
Gets and sets if the button image be inherited if defined as null.
(Inherited from ButtonSpec.) | |
AllowInheritText |
Gets and sets if the button text be inherited if defined as empty.
(Inherited from ButtonSpec.) | |
AllowInheritToolTipTitle |
Gets and sets if the button tooltip title be inherited if defined as empty.
(Inherited from ButtonSpec.) | |
CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) | |
ColorMap |
Gets and sets image color to remap to container foreground.
(Inherited from ButtonSpec.) | |
Container | Gets the IContainer that contains the Component. (Inherited from Component.) | |
ContextMenuStrip |
Gets and sets the context menu strip for the button.
(Inherited from ButtonSpec.) | |
DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) | |
Edge |
Gets and sets the header edge to display the button against.
(Inherited from ButtonSpec.) | |
Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) | |
ExtraText |
Gets and sets the button extra text.
(Inherited from ButtonSpec.) | |
HeaderLocation |
Gets and sets if the button header location.
| |
Image |
Gets and sets the button image.
(Inherited from ButtonSpec.) | |
ImageStates |
Gets access to the state specific images for the button.
(Inherited from ButtonSpec.) | |
ImageTransparentColor |
Gets and sets the button image.
(Inherited from ButtonSpec.) | |
IsDefault |
Gets a value indicating if all values are default.
(Overrides ButtonSpecIsDefault.) | |
KryptonCommand |
Gets and sets the associated KryptonCommand.
(Inherited from ButtonSpec.) | |
KryptonContextMenu |
Gets and sets the krypton context menu for the button.
(Inherited from ButtonSpec.) | |
Navigator |
Gets access to the owning navigator control.
| |
Orientation |
Gets and sets the button orientation.
(Inherited from ButtonSpec.) | |
Owner |
Gets and sets user-defined data associated with the object.
(Inherited from ButtonSpec.) | |
ProtectedType |
Gets and sets the actual type of the button.
(Inherited from ButtonSpec.) | |
Site | (Inherited from Component.) | |
Style |
Gets and sets the button style.
(Inherited from ButtonSpec.) | |
Tag |
Gets and sets user-defined data associated with the object.
(Inherited from ButtonSpec.) | |
Text |
Gets and sets the button text.
(Inherited from ButtonSpec.) | |
ToolTipBody |
Gets and sets the button body tooltip text.
(Inherited from ButtonSpec.) | |
ToolTipImage |
Gets and sets the button tooltip image.
(Inherited from ButtonSpec.) | |
ToolTipImageTransparentColor |
Gets and sets the tooltip image transparent color.
(Inherited from ButtonSpec.) | |
ToolTipStyle |
Gets and sets the tooltip label style.
(Inherited from ButtonSpec.) | |
ToolTipTitle |
Gets and sets the button title tooltip text.
(Inherited from ButtonSpec.) | |
UniqueName |
Gets and sets the unique name of the ButtonSpec.
(Inherited from ButtonSpec.) |
Name | Description | |
---|---|---|
Clone |
Make a clone of this object.
(Inherited from ButtonSpec.) | |
ConvertToButtonOrientation |
Convert from palette specific button orientation to resolved button orientation.
(Inherited from ButtonSpec.) | |
ConvertToButtonStyle |
Convert from palette specific button style to resolved button style.
(Inherited from ButtonSpec.) | |
ConvertToRelativeEdgeAlign |
Convert from palette specific edge alignment to resolved edge alignment.
(Inherited from ButtonSpec.) | |
CopyFrom |
Value copy from the provided source to ourself.
(Inherited from ButtonSpec.) | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
Dispose | Releases all resources used by the Component. (Inherited from Component.) | |
Dispose(Boolean) | Releases the unmanaged resources used by the Component and optionally releases the managed resources. (Inherited from Component.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.) | |
GenerateClick |
Generates the Click event.
(Inherited from ButtonSpec.) | |
GetChecked |
Gets the button checked state.
(Inherited from ButtonSpec.) | |
GetColorMap |
Gets the color to remap from the image to the container foreground.
(Inherited from ButtonSpec.) | |
GetEdge |
Gets the edge for the button.
(Inherited from ButtonSpec.) | |
GetEnabled |
Gets the button enabled state.
(Inherited from ButtonSpec.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetImage |
Gets the button image.
(Inherited from ButtonSpec.) | |
GetImageTransparentColor |
Gets the image transparent color.
(Inherited from ButtonSpec.) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
GetLocation |
Gets the button location value.
(Overrides ButtonSpecGetLocation(IPalette).) | |
GetLongText |
Gets the button long text.
(Inherited from ButtonSpec.) | |
GetOrientation |
Gets the button orienation.
(Inherited from ButtonSpec.) | |
GetService | (Inherited from Component.) | |
GetShortText |
Gets the button short text.
(Inherited from ButtonSpec.) | |
GetStyle |
Gets the button style.
(Inherited from ButtonSpec.) | |
GetToolTipTitle |
Gets the button tooltip title text.
(Inherited from ButtonSpec.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetView |
Get the current view associated with the button spec.
(Inherited from ButtonSpec.) | |
GetViewEnabled |
Gets a value indicating if the associated view is enabled.
(Inherited from ButtonSpec.) | |
GetVisible |
Gets the button visible value.
(Inherited from ButtonSpec.) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) | |
OnButtonSpecPropertyChanged |
Raises the ButtonSpecPropertyChanged event.
(Inherited from ButtonSpec.) | |
OnClick |
Raises the Click event.
(Inherited from ButtonSpec.) | |
OnCommandPropertyChanged |
Handles a change in the property of an attached command.
(Inherited from ButtonSpec.) | |
PerformClick |
Generates a Click event for the control.
(Inherited from ButtonSpec.) | |
PerformClick(EventArgs) |
Generates a Click event for the control.
(Inherited from ButtonSpec.) | |
ResetAllowInheritExtraText |
Resets the AllowInheritExtraText property to its default value.
(Inherited from ButtonSpec.) | |
ResetAllowInheritImage |
Resets the AllowInheritImage property to its default value.
(Inherited from ButtonSpec.) | |
ResetAllowInheritText |
Resets the AllowInheritText property to its default value.
(Inherited from ButtonSpec.) | |
ResetAllowInheritToolTipTitle |
Resets the AllowInheritToolTipTitle property to its default value.
(Inherited from ButtonSpec.) | |
ResetColorMap |
Resets the ColorMap property to its default value.
(Inherited from ButtonSpec.) | |
ResetExtraText |
Resets the ExtraText property to its default value.
(Inherited from ButtonSpec.) | |
ResetHeaderLocation |
Resets the HeaderLocation property to its default value.
| |
ResetImage |
Resets the Image property to its default value.
(Inherited from ButtonSpec.) | |
ResetImageTransparentColor |
Resets the ImageTransparentColor property to its default value.
(Inherited from ButtonSpec.) | |
ResetOrientation |
Resets the Orientation property to its default value.
(Inherited from ButtonSpec.) | |
ResetStyle |
Resets the Style property to its default value.
(Inherited from ButtonSpec.) | |
ResetText |
Resets the Text property to its default value.
(Inherited from ButtonSpec.) | |
ResetToolTipBody |
Resets the ToolTipBody property to its default value.
(Inherited from ButtonSpec.) | |
ResetToolTipImage |
Resets the ToolTipImage property to its default value.
(Inherited from ButtonSpec.) | |
ResetToolTipImageTransparentColor |
Resets the ToolTipImageTransparentColor property to its default value.
(Inherited from ButtonSpec.) | |
ResetToolTipStyle |
Resets the ToolTipStyle property to its default value.
(Inherited from ButtonSpec.) | |
ResetToolTipTitle |
Resets the ToolTipTitle property to its default value.
(Inherited from ButtonSpec.) | |
ResetUniqueName |
Resets the UniqueName property to its default value.
(Inherited from ButtonSpec.) | |
SetView |
Sets the current view associated with the button spec.
(Inherited from ButtonSpec.) | |
ToString |
Returns a string that represents the current defaulted state.
(Inherited from ButtonSpec.) |
Name | Description | |
---|---|---|
ButtonSpecPropertyChanged |
Occurs whenever a button specification property has changed.
(Inherited from ButtonSpec.) | |
Click |
Occurs whenever a button specification property has changed.
(Inherited from ButtonSpec.) | |
Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.) |
Name | Description | |
---|---|---|
MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |