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

SetCaptionButtonType() private méthode

Sets value to the type of caption button
private SetCaptionButtonType ( CaptionButton buttonType ) : void
buttonType CaptionButton
Résultat void
      internal void SetCaptionButtonType(CaptionButton buttonType)
      {
         Text = GetCharFor(buttonType);
         _captionButtonType = buttonType;
      }