Interface IHiddenFormView
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Pre
Assembly: dfpredat.dll
This interface is to represent the hidden form view.
public interface IHiddenFormView
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Methods
ClearUserControl()
Clears the user control.
void ClearUserControl()
Fit()
Fits this instance.
void Fit()
GetActiveDesignType()
Updates the active user control.
string GetActiveDesignType()
Returns
Design Type
OnButtonDown(MouseEventArgs)
Called when [button down].
void OnButtonDown(MouseEventArgs arg)
Parameters
arg MouseEventArgs
The
OnButtonUp(MouseEventArgs)
Called when [button up].
void OnButtonUp(MouseEventArgs arg)
Parameters
arg MouseEventArgs
The
SelectTabInUserControl(int)
Selects the tab in user control.
void SelectTabInUserControl(int nIdx)
Parameters
nIdx int
Index of the n.
SetActiveUserControl(string, object)
Sets the active user control.
void SetActiveUserControl(string strType, object obj)
Parameters
strType string
Type of the string.
obj object
The object.
ShowTabInDesigner(int, bool)
Shows the tab in designer.
void ShowTabInDesigner(int nIdx, bool bShow)
Parameters
nIdx int
Index of the n.
bShow bool
if set to true [b show].
UpdateUserControl(object)
Updates the user control.
void UpdateUserControl(object obj)
Parameters
obj object
The object.
UpdateView()
Updates the view.
void UpdateView()