Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Designer As AnnDesigner |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public AnnDesigner Designer {get;} |
C++/CLI | |
---|---|
public: property AnnDesigner^ Designer { AnnDesigner^ get(); } |
XAML Syntax | |
---|---|
You cannot use this property in XAML. |
XAML Syntax | |
---|---|
You cannot use this property in XAML. |
Return Value
The AnnDesigner responsible for the change.For C#/VB examples, refer to AnnAutomation.AfterObjectChanged.
(Read only) This value is null (Nothing in Visual Basic) unless ChangeType is AnnObjectChangedType.DesignerDraw or AnnObjectChangedType.DesignerEdit
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family