RibbonToolTipOwnerDraw Property
Gets or sets a value indicating whether the ToolTip is drawn by the operating
system or by code that you provide.
If true, the properties 'ToolTipIcon' and 'ToolTipTitle' will set to their default values
and the image will display in ToolTip otherwise only text will display.
Namespace: PCB_Investigator.PCBIControls.RibbonAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
public bool OwnerDraw { get; set; }
Public Property OwnerDraw As Boolean
Get
Set
public:
property bool OwnerDraw {
bool get ();
void set (bool value);
}
member OwnerDraw : bool with get, set
Property Value
Boolean