Property ToolTips
ToolTips
Gets or sets the tool tip manager used to display contextual help for UI elements within the application.
ApplicationToolTip? ToolTips { get; set; }
Property Value
Remarks
Assigning a value to this property enables tool tip functionality, allowing users to receive additional information when interacting with supported controls. If set to null, tool tips are disabled for the application.