Gets or sets a value indicating whether any designers in an
AnnAutomation is automatically canceled when the automation becomes inactive.
Syntax
Visual Basic (Declaration) | |
---|
Public Property CancelInactiveDesigners As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnAutomationManager
Dim value As Boolean
instance.CancelInactiveDesigners = value
value = instance.CancelInactiveDesigners |
C# | |
---|
public bool CancelInactiveDesigners {get; set;} |
C++/CLI | |
---|
public:
property bool CancelInactiveDesigners {
bool get();
void set ( bool value);
} |
Property Value
true to automatically cancel all designers in an
AnnAutomation when the automation becomes inactive, otherwise;
false. Default value is
false.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also