Accusoft.NotateXpress13.Net
ShowHandles Property (BaseToolbarDefaults)




Gets and sets whether selection handles are displayed for an element.
Syntax
'Declaration
 
Public Property ShowHandles As Boolean
'Usage
 
Dim instance As BaseToolbarDefaults
Dim value As Boolean
 
instance.ShowHandles = value
 
value = instance.ShowHandles
public bool ShowHandles {get; set;}
public: __property bool get_ShowHandles();
public: __property void set_ShowHandles( 
   bool value
);
public:
property bool ShowHandles {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to show the handles on an object. Otherwise, false is returned and no handles are displayed.
Remarks

The default value is true.

The ShowHandles attribute of an annotation object determines whether or not selection handles are displayed on an object when it is Selected.

See Also

Reference

BaseToolbarDefaults Class
BaseToolbarDefaults Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback