Show / Hide Table of Contents

Interface IAllowControlSettings

Namespace: GenerallyPositive.GPALForm
Assembly: GPAL.dll
Syntax
public interface IAllowControlSettings

Methods

ToGPALObject()

Declaration
dynamic ToGPALObject()
Returns
Type Description
System.Object

WithAlignment(ContentAlignment)

Declaration
IAllowControlSettings WithAlignment(ContentAlignment alignment)
Parameters
Type Name Description
System.Drawing.ContentAlignment alignment
Returns
Type Description
IAllowControlSettings

WithCallback(EventHandler)

Declaration
IAllowControlSettings WithCallback(EventHandler callback)
Parameters
Type Name Description
System.EventHandler callback
Returns
Type Description
IAllowControlSettings

WithName(String)

Declaration
IAllowControlSettings WithName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
IAllowControlSettings

WithShortcutKey(Keys)

Declaration
IAllowControlSettings WithShortcutKey(Keys shortCutKey)
Parameters
Type Name Description
System.Windows.Forms.Keys shortCutKey
Returns
Type Description
IAllowControlSettings

WithTag(Object)

Declaration
IAllowControlSettings WithTag(object tag)
Parameters
Type Name Description
System.Object tag
Returns
Type Description
IAllowControlSettings

WithText(String)

Declaration
IAllowControlSettingsAndFontSettings WithText(string textToUse)
Parameters
Type Name Description
System.String textToUse
Returns
Type Description
IAllowControlSettingsAndFontSettings
In This Article
Back to top Generated by DocFX