Responder Developer Guide
IsActive Property (BlinkingLabel)


Gets or sets whether the text is currently blinking
Syntax
'Declaration
 
Public Property IsActive As Boolean
'Usage
 
Dim instance As BlinkingLabel
Dim value As Boolean
 
instance.IsActive = value
 
value = instance.IsActive
public bool IsActive {get; set;}

Property Value

true displays the text and turns on the blinking. false hides the text.
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

BlinkingLabel Class
BlinkingLabel Members

 

 


Send Comment