System.Windows.Forms.RibbonCaptionButton.RibbonCaptionButton C# (CSharp) Method

RibbonCaptionButton() public method

Creates a new CaptionButton
public RibbonCaptionButton ( CaptionButton buttonType ) : System
buttonType CaptionButton
return System
      public RibbonCaptionButton(CaptionButton buttonType)
      {
         SetCaptionButtonType(buttonType);
      }
      #endregion