ArcFM Engine Developer Guide
Icon Property (TextBoxMarginCustomize)


Gets/sets the 0-based icon index to draw in the control. Values < 0 have special meanings. -1 erases the icon, and < -1 draws a colour sample box.
Syntax
'Declaration
 
Public Property Icon As Integer
'Usage
 
Dim instance As TextBoxMarginCustomize
Dim value As Integer
 
instance.Icon = value
 
value = instance.Icon
public int Icon {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

TextBoxMarginCustomize Class
TextBoxMarginCustomize Members

 

 


Send Comment