SidebarLibrary.Menus.DrawCommand.DrawCommand C# (CSharp) Метод

DrawCommand() публичный Метод

public DrawCommand ( Rectangle drawRect ) : System
drawRect System.Drawing.Rectangle
Результат System
		public DrawCommand(Rectangle drawRect)
		{
			_row = -1;
			_col = -1;
			_mnemonic = '0';
			_enabled = true;
			_subMenu = false;
			_expansion = false;
			_separator = false;
			_vertSeparator = false;
			_chevron = true;
			_drawRect = drawRect;
			_command = null;
		}

Same methods

DrawCommand::DrawCommand ( MenuCommand command, Rectangle drawRect ) : System
DrawCommand::DrawCommand ( MenuCommand command, Rectangle drawRect, int row, int col ) : System
DrawCommand::DrawCommand ( Rectangle drawRect, bool expansion ) : System