'Declaration
<System.ComponentModel.CategoryAttribute("Images")> <System.ComponentModel.DescriptionAttribute("Gets the set of images to be displayed by the "Help" button.")> Public ReadOnly Property HelpButtonImageSet As NUIItemImageSet
'Usage
Dim instance As NFrameAppearance Dim value As NUIItemImageSet value = instance.HelpButtonImageSet
[System.ComponentModel.Category("Images")] [System.ComponentModel.Description("Gets the set of images to be displayed by the "Help" button.")] public NUIItemImageSet HelpButtonImageSet {get;}