SelectCommentControlOnMouseDoubleClick Property (WpfCommentVisualTool)
Gets or sets a value indicating whether the visual tool selects the comment control when mouse button is double clicked on comment source.
'Declaration
Public Property SelectCommentControlOnMouseDoubleClick As Boolean
public bool SelectCommentControlOnMouseDoubleClick { get; set; }
public: __property bool get_SelectCommentControlOnMouseDoubleClick();
public: __property void set_SelectCommentControlOnMouseDoubleClick(
bool
);
public:
property bool SelectCommentControlOnMouseDoubleClick {
bool get();
void set(bool );
}
Property Value
True - the visual tool selects the comment control when mouse button is double clicked on comment source;
false - mouse events is not processed.
Default value is true.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5