System.Windows.Forms.RibbonCaptionButton.RibbonCaptionButton C# (CSharp) Méthode

RibbonCaptionButton() public méthode

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