C# Class BlinForms.Framework.RootForm

Inheritance: Form, IWindowsFormsControlHandler
Show file Open project: zhongzf/AvaloniaBlazorBindings Class Usage Examples

Public Methods

Method Description
ApplyAttribute ( ulong attributeEventHandlerId, string attributeName, object attributeValue, string attributeEventUpdatesAttributeName ) : void
RootForm ( ) : System.Windows.Forms

Method Details

ApplyAttribute() public method

public ApplyAttribute ( ulong attributeEventHandlerId, string attributeName, object attributeValue, string attributeEventUpdatesAttributeName ) : void
attributeEventHandlerId ulong
attributeName string
attributeValue object
attributeEventUpdatesAttributeName string
return void

RootForm() public method

public RootForm ( ) : System.Windows.Forms
return System.Windows.Forms