Skip to content

Instantly share code, notes, and snippets.

@jasondown
Created August 3, 2021 08:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasondown/a6b4a5776eab2b3220affdd198127592 to your computer and use it in GitHub Desktop.
Save jasondown/a6b4a5776eab2b3220affdd198127592 to your computer and use it in GitHub Desktop.
/// <summary>
/// Gets a value indicating whether to allow caption for the control.
/// </summary>
/// <value>
/// <c>true</c> if caption for control is allowed; otherwise, <c>false</c>.
/// </value>
public override bool AllowCaptionControl
{
get { return false; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment