Visual Basic (Declaration) | |
---|---|
Public Property ExtendedModeModifierKey As ModifierKeys |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public ModifierKeys ExtendedModeModifierKey {get; set;} |
C++/CLI | |
---|---|
public: property ModifierKeys ExtendedModeModifierKey { ModifierKeys get(); void set (ModifierKeys value); } |
XAML Syntax | |
---|---|
For XAML information, see the System.Windows.Input.ModifierKeys type. |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | None |
XAML Syntax | |
---|---|
For XAML information, see the System.Windows.Input.ModifierKeys type. |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | None |
Return Value
A ModifierKeys value that specifies the current extended mode key.
When this AnnDrawDesigner is drawing an object and the user holds down the key specified by this property, the AnnDrawDesigner.ExtendedMode is activated.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family