TdxCustomDockControlProperties.ImageIndex Property
Specifies the default value of the ImageIndex property of dynamically created dock controls.
Declaration
property ImageIndex: Integer read; write;
Property Value
Type |
---|
Integer |
Remarks
Use the ImageIndex property to set the default value for the ImageIndex property of dock controls created dynamically. Please refer to the dock control’s ImageIndex property description for details on the functionality it provides.
See Also