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