Gets a value indicating whether this
AnnDrawDesigner is currently in extended mode.
Syntax
Visual Basic (Declaration) | |
---|
Protected Overridable ReadOnly Property IsExtendedMode As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnDrawDesigner
Dim value As Boolean
value = instance.IsExtendedMode
|
C# | |
---|
protected virtual bool IsExtendedMode {get;} |
C++/CLI | |
---|
protected:
virtual property bool IsExtendedMode {
bool get();
} |
XAML Syntax | |
---|
You cannot use this property in XAML. |
XAML Syntax | |
---|
You cannot use this property in XAML. |
Return Value
true if this
AnnDrawDesigner is currently in extended mode; otherwise, false.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also