MobileForms Toolkit Documentation

DetailView.GetControl Method 

Get control of specified type.

public Control GetControl(
Type controlType
);

Parameters

controlType
Type of control.

Return Value

Control instance of specified type.

Remarks

When you call this method and control of specified type does not exist, it will create new instance of that control. If control of specified type exist, it will return existing instance of that control.

See Also

DetailView Class | Resco.Controls.DetailView Namespace