Show / Hide Table of Contents

Class CreateUIControlsEventArgs

Contains event data for the CreateUIControls event.

Inheritance
System.Object
System.EventArgs
CreateUIControlsEventArgs
Namespace: Manina.Windows.Forms
Assembly: PagedControl.dll
Syntax
public class CreateUIControlsEventArgs : EventArgs

Constructors

| Improve this Doc View Source

CreateUIControlsEventArgs()

Declaration
public CreateUIControlsEventArgs()
| Improve this Doc View Source

CreateUIControlsEventArgs(Control[])

Declaration
public CreateUIControlsEventArgs(Control[] controls)
Parameters
Type Name Description
System.Windows.Forms.Control[] controls

Properties

| Improve this Doc View Source

Controls

Gets the collection of UI controls.

Declaration
public Control[] Controls { get; set; }
Property Value
Type Description
System.Windows.Forms.Control[]
Back to top Copyright © 2018 Özgür Özçıtak