Accusoft.NotateXpress13.Net
Selected Property (Toolbar)




Gets and sets the tool that has been selected in the toolbar.
Syntax
public AnnotationTool Selected {get; set;}
public: __property AnnotationTool get_Selected();
public: __property void set_Selected( 
   AnnotationTool value
);
public:
property AnnotationTool Selected {
   AnnotationTool get();
   void set (    AnnotationTool value);
}
'Declaration
 
Public Property Selected As AnnotationTool
 
'Usage
 
Dim instance As Toolbar
Dim value As AnnotationTool
 
instance.Selected = value
 
value = instance.Selected

Property Value

The AnnotationTool value set.
Remarks
This property gets and sets the currently selected tool.
See Also

Reference

Toolbar Class
Toolbar Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback