Interface IAllowControlSettings
Assembly: GPAL.dll
public interface IAllowControlSettings
Methods
Declaration
Returns
| Type |
Description |
| System.Object |
|
WithAlignment(ContentAlignment)
Declaration
IAllowControlSettings WithAlignment(ContentAlignment alignment)
Parameters
| Type |
Name |
Description |
| System.Drawing.ContentAlignment |
alignment |
|
Returns
Declaration
IAllowControlSettings WithCallback(EventHandler callback)
Parameters
| Type |
Name |
Description |
| System.EventHandler |
callback |
|
Returns
Declaration
IAllowControlSettings WithName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
Declaration
IAllowControlSettings WithShortcutKey(Keys shortCutKey)
Parameters
| Type |
Name |
Description |
| System.Windows.Forms.Keys |
shortCutKey |
|
Returns
Declaration
IAllowControlSettings WithTag(object tag)
Parameters
| Type |
Name |
Description |
| System.Object |
tag |
|
Returns
WithText(String)
Declaration
IAllowControlSettingsAndFontSettings WithText(string textToUse)
Parameters
| Type |
Name |
Description |
| System.String |
textToUse |
|
Returns