Class ASCIICustomButtonTest.ASCIICustomButton
Implements
System.IDisposable
System.ComponentModel.ISupportInitializeNotification
System.ComponentModel.ISupportInitialize
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UICatalog.Scenarios
Assembly: UICatalog.dll
Syntax
public class ASCIICustomButton : Button, IDisposable, ISupportInitializeNotification, ISupportInitialize
Constructors
| Improve this Doc View SourceASCIICustomButton(String, String, Pos, Pos, Int32, Int32)
Declaration
public ASCIICustomButton(string id, string text, Pos x, Pos y, int width, int height)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | |
System.String | text | |
Pos | x | |
Pos | y | |
System.Int32 | width | |
System.Int32 | height |
ASCIICustomButton(String, Pos, Pos, Int32, Int32)
Declaration
public ASCIICustomButton(string text, Pos x, Pos y, int width, int height)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | |
Pos | x | |
Pos | y | |
System.Int32 | width | |
System.Int32 | height |
Properties
| Improve this Doc View SourceDescription
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceOnEnter(View)
Declaration
public override bool OnEnter(View view)
Parameters
Type | Name | Description |
---|---|---|
View | view |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceOnLeave(View)
Declaration
public override bool OnLeave(View view)
Parameters
Type | Name | Description |
---|---|---|
View | view |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceOnMouseEvent(MouseEvent)
Declaration
public override bool OnMouseEvent(MouseEvent mouseEvent)
Parameters
Type | Name | Description |
---|---|---|
MouseEvent | mouseEvent |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
Events
| Improve this Doc View SourcePointerEnter
Declaration
public event Action<ASCIICustomButtonTest.ASCIICustomButton> PointerEnter
Event Type
Type | Description |
---|---|
System.Action<ASCIICustomButtonTest.ASCIICustomButton> |
Implements
System.IDisposable
System.ComponentModel.ISupportInitializeNotification
System.ComponentModel.ISupportInitialize