Infragistics(R) NetAdvantage(R) Windows Forms
CanSubclass Property
See Also  E-mail your feedback on this topic.
Infragistics.Win Namespace > IGPanel Class : CanSubclass Property

Returns true until a security exception is thrown trying to subclass the control.

Syntax

Visual Basic (Declaration) 
Protected ReadOnly Property CanSubclass As Boolean
C# 
protected bool CanSubclass {get;}

See Also