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

SetCaptionButtonType() private method

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