|
|
|
|
ExpandablePressed Property, ButtonsClass Class |
Defines the optional expand/collapse button image used for an expandable item when the button is pressed.
Syntax ButtonsClass Class (Softelvdm.SftTreeNET)
VB |
Public Property ExpandablePressed As Image |
C# |
public Image ExpandablePressed { get; set; } |
C++ |
public: property Image^ ExpandablePressed { |
Property Value
The expand/collapse button image used for an expandable item when the button is pressed, or null/Nothing to use the image defined using the ExpandableNormal property.
The default value is null/Nothing.
Comments
The ExpandablePressed property defines the optional expand/collapse button image used for an expandable item when the button is pressed.
An expandable item will use this image as its expand/collapse button image when when the button is pressed.
The image defined using this property is only used if the control's ButtonLook property is set to ButtonLookEnum.Custom.
The images defined using the properties ExpandableNormal, ExpandableHot, ExpandablePressed, ExpandedNormal, ExpandedHot and ExpandedPressed must have the same size.