GrapeCity.Web.Input.v100 アセンブリ > GrapeCity.Web.Input.IMFunctionKey 名前空間 > FunctionKeyButton クラス > FunctionKeyButton コンストラクタ : FunctionKeyButton コンストラクタ(String,FunctionKeys,Boolean,Color,String,String,DisplayStyle,Boolean,FontInfo,Color,Boolean,Unit,String,String,ImagePosition,String,Unit,Boolean,Cursor) |
Public Function New( _ ByVal text As String, _ ByVal functionkey As FunctionKeys, _ ByVal autoSize As Boolean, _ ByVal backColor As Color, _ ByVal backgroundImage As String, _ ByVal cssClass As String, _ ByVal displayStyle As DisplayStyle, _ ByVal enabled As Boolean, _ ByVal font As FontInfo, _ ByVal foreColor As Color, _ ByVal forbidReservedKeyBehavior As Boolean, _ ByVal height As Unit, _ ByVal image As String, _ ByVal style As String, _ ByVal imagePosition As ImagePosition, _ ByVal toolTipText As String, _ ByVal width As Unit, _ ByVal visible As Boolean, _ ByVal cursor As Cursor _ )
public FunctionKeyButton( string text, FunctionKeys functionkey, bool autoSize, Color backColor, string backgroundImage, string cssClass, DisplayStyle displayStyle, bool enabled, FontInfo font, Color foreColor, bool forbidReservedKeyBehavior, Unit height, string image, string style, ImagePosition imagePosition, string toolTipText, Unit width, bool visible, Cursor cursor )
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | height またはwidth に負の値が設定されています。 |