←Select platform

ObjectPropertiesDialogType Property

Summary

Gets or sets the object's properties dialog.

Syntax

C#
VB
C++
public Type ObjectPropertiesDialogType { get; set; } 
  
Public Property ObjectPropertiesDialogType As Type 
public: 
property Type^ ObjectPropertiesDialogType { 
   Type^ get(); 
   void set (    Type^ ); 
} 

Property Value

A type of System.Windows.Window that represents the object's properties dialog.

Remarks

This property is intended for future use.

This dialog appears when the user right-clicks an object and selects "Properties" from the context menu that appears.You can directly manipulate the resources of this dialog (for more information, refer to Localization of LEADTOOLS for .NET WPF Annotations Automation).

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly