ArcFM Engine Developer Guide
CustomPainter Property


Gets/sets a class which implements the ITextBoxMarginCustomizePainter interface to perform customized painting in the margin. The ImageList and Control properties must be null if you want to use this technique.
Syntax
'Declaration
 
Public Property CustomPainter As ITextBoxMarginCustomizePainter
'Usage
 
Dim instance As TextBoxMarginCustomize
Dim value As ITextBoxMarginCustomizePainter
 
instance.CustomPainter = value
 
value = instance.CustomPainter
public ITextBoxMarginCustomizePainter CustomPainter {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