TipElement.Content Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The content displayed in the colored button. This can be a string, an ImageId, or null. If null, the string that corresponds to the keybinding of the CommandGuid, CommandId will be displayed.
public readonly object? Content;
val mutable Content : obj
Public ReadOnly Content As Object