Visual Basic (Declaration) | |
---|---|
Public Overridable Sub ShowObjectPropertiesDialog() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual void ShowObjectPropertiesDialog() |
C++/CLI | |
---|---|
public: virtual void ShowObjectPropertiesDialog(); |
This example displays the annotation properties dialog
Visual Basic | Copy Code |
---|---|
Private Sub AnnAutomation_ShowObjectPropertiesDialog(ByVal automation As AnnAutomation) |
C# | Copy Code |
---|---|
private void AnnAutomation_ShowObjectPropertiesDialog(AnnAutomation automation) |
Call the CanShowObjectPropertiesDialog property to determine whether the object's Properties dialog can be displayed at this time. The dialog used is AnnAutomationManager.ObjectPropertiesDialogType. If the value of AnnAutomationManager.ObjectPropertiesDialogType is null (Nothing in Visual Basic), this method will not do anything.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family