-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBunifu.UI.WinForms.BunifuButton.xml
182 lines (171 loc) · 6.11 KB
/
Bunifu.UI.WinForms.BunifuButton.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<?xml version="1.0"?>
<doc>
<assembly>
<name>Bunifu.UI.WinForms.BunifuButton</name>
</assembly>
<members>
<member name="P:Bunifu.UI.WinForms.BunifuButton.BunifuButton.IconRightCursor">
<summary>
Gets or sets the icon right cursor.
</summary>
<value>
The icon right cursor.
</value>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuButton.BunifuButton.IconLeftCursor">
<summary>
Gets or sets the icon left cursor.
</summary>
<value>
The icon left cursor.
</value>
</member>
<member name="F:Bunifu.UI.WinForms.BunifuButton.BunifuButton._IconLeft">
<summary>
Gets or sets the icon left.
</summary>
<value>
The icon left.
</value>]
</member>
<member name="F:Bunifu.UI.WinForms.BunifuButton.BunifuButton._IconRight">
<summary>
Gets or sets the icon right.
</summary>
<value>
The icon right.
</value>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuButton.BunifuButton.ButtonText">
<summary>
Gets or sets the text associated with this control.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuButton.BunifuButton.IconPadding">
<summary>
Gets or sets the icon padding.
</summary>
<value>
The icon padding.
</value>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuButton.BunifuButton.IdleBorderThickness">
<summary>
Gets or sets the border thickness.
</summary>
<value>
The border thickness.
</value>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuButton.BunifuButton.DisabledBorderColor">
<summary>
Gets or sets the border color disabled.
</summary>
<value>
The border color disabled.
</value>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuButton.BunifuButton.DisabledFillColor">
<summary>
Gets or sets the color of the disabled fill.
</summary>
<value>
The color of the disabled fill.
</value>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuButton.BunifuButton.DisabledForecolor">
<summary>
Gets or sets the disabled forecolor.
</summary>
<value>
The disabled forecolor.
</value>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuButton.BunifuButton.IdleBorderColor">
<summary>
Gets or sets the border color idle.
</summary>
<value>
The border color idle.
</value>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuButton.BunifuButton.IdleFillColor">
<summary>
Gets or sets the color of the fill.
</summary>
<value>
The color of the fill.
</value>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuButton.BunifuButton.IdleBorderRadius">
<summary>
Gets or sets the border radius.
</summary>
<value>
The border radius.
</value>
</member>
<member name="M:Bunifu.UI.WinForms.BunifuButton.BunifuButton.IsInDesignMode">
<summary>
Determines whether [is in design mode].
</summary>
<returns>
<c>true</c> if [is in design mode]; otherwise, <c>false</c>.
</returns>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuButton.BunifuButton.onHoverState">
<summary>
Gets or sets the state of the on hover.
</summary>
<value>
The state of the on hover.
</value>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuButton.BunifuButton.isOnFocused">
<summary>
Gets a value indicating whether this instance is on focused.
</summary>
<value>
<c>true</c> if this instance is on focused; otherwise, <c>false</c>.
</value>
</member>
<member name="M:Bunifu.UI.WinForms.BunifuButton.BunifuButton.GetState">
<summary>
Gets the state.
</summary>
<returns></returns>
</member>
<member name="T:Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties">
<summary>
Class ToggleState.
</summary>
</member>
<member name="E:Bunifu.UI.WinForms.BunifuButton.BunifuButton.IconLeftClick">
<summary>
Occurs when [icon left click].
</summary>
</member>
<member name="E:Bunifu.UI.WinForms.BunifuButton.BunifuButton.IconRightClick">
<summary>
Occurs when [icon right click].
</summary>
</member>
<member name="F:Bunifu.UI.WinForms.BunifuButton.BunifuButton.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Bunifu.UI.WinForms.BunifuButton.BunifuButton.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Bunifu.UI.WinForms.BunifuButton.BunifuButton.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
</members>
</doc>