Interface IPropDlg
Last update: 16.07.2025Namespace: VM.NX.Dialog
Assembly: VMDIDef.dll
public interface IPropDlg : IStdModelessDialog, IStdDialog
Implements
IStdModelessDialog, IStdDialog
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Properties
AllowMulti
bool AllowMulti { get; }
Property Value
IsCreate
bool IsCreate { get; set; }
Property Value
IsMulti
bool IsMulti { get; }
Property Value
IsReadOnly
bool IsReadOnly { get; set; }
Property Value
Tag
UIntPtr Tag { get; set; }
Property Value
Methods
GetPage(string)
IPropPage GetPage(string strPageName)
Parameters
strPageName string
Returns
Redraw(double)
void Redraw(double dIconSize)
Parameters
dIconSize double
SetInputData(string)
bool SetInputData(string strInput)
Parameters
strInput string
Returns
UpdateAllPage(Form)
void UpdateAllPage(Form formFrom)
Parameters
formFrom Form