public RibbonButtonStyle Style { get; set; }Public Property Style As RibbonButtonStyle
Get
Setpublic:
property RibbonButtonStyle Style {
RibbonButtonStyle get ();
void set (RibbonButtonStyle value);
}member Style : RibbonButtonStyle with get, set