Intersoft ClientUI Documentation
IsActive Property (ISupportActivation)



Gets or sets a value that indicates whether the view is active.
Syntax
Property IsActive As Boolean
Dim instance As ISupportActivation
Dim value As Boolean
 
instance.IsActive = value
 
value = instance.IsActive
bool IsActive {get; set;}
property bool IsActive {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ISupportActivation Interface
ISupportActivation Members

Send Feedback