Exemplo n.º 1
0
 public static Int16 IGetSelectedItems(IPropertyManagerPageSelectionboxObject IPropertyManagerPageSelectionboxinstance, Int32 Count)
 {
     return(IPropertyManagerPageSelectionboxinstance.IPropertyManagerPageSelectionboxInstance.IGetSelectedItems(Count));
 }
Exemplo n.º 2
0
 public static Int32 GetSelectedItemsCount(IPropertyManagerPageSelectionboxObject IPropertyManagerPageSelectionboxinstance)
 {
     return(IPropertyManagerPageSelectionboxinstance.IPropertyManagerPageSelectionboxInstance.GetSelectedItemsCount());
 }
Exemplo n.º 3
0
 public static Object GetSelectedItems(IPropertyManagerPageSelectionboxObject IPropertyManagerPageSelectionboxinstance)
 {
     return(IPropertyManagerPageSelectionboxinstance.IPropertyManagerPageSelectionboxInstance.GetSelectedItems());
 }
Exemplo n.º 4
0
 public static Int32 CurrentSelection(IPropertyManagerPageSelectionboxObject IPropertyManagerPageSelectionboxinstance)
 {
     return(IPropertyManagerPageSelectionboxinstance.IPropertyManagerPageSelectionboxInstance.CurrentSelection);
 }
Exemplo n.º 5
0
 public static Boolean AddMenuPopupItem(IPropertyManagerPageSelectionboxObject IPropertyManagerPageSelectionboxinstance, Int32 ID, String ItemText, Int32 DocumentType, String HintText)
 {
     return(IPropertyManagerPageSelectionboxinstance.IPropertyManagerPageSelectionboxInstance.AddMenuPopupItem(ID, ItemText, DocumentType, HintText));
 }
Exemplo n.º 6
0
 public static Int32 Mark(IPropertyManagerPageSelectionboxObject IPropertyManagerPageSelectionboxinstance)
 {
     return(IPropertyManagerPageSelectionboxinstance.IPropertyManagerPageSelectionboxInstance.Mark);
 }
Exemplo n.º 7
0
 public static ICalloutObject Callout(IPropertyManagerPageSelectionboxObject IPropertyManagerPageSelectionboxinstance)
 {
     return(new ICalloutObject(IPropertyManagerPageSelectionboxinstance.IPropertyManagerPageSelectionboxInstance.Callout));
 }
Exemplo n.º 8
0
 public static void ISetSelectionFilters(IPropertyManagerPageSelectionboxObject IPropertyManagerPageSelectionboxinstance, Int16 FilterCount, Int32& Filters)
 {
     return(IPropertyManagerPageSelectionboxinstance.IPropertyManagerPageSelectionboxInstance.ISetSelectionFilters(FilterCount, Filters));
 }
Exemplo n.º 9
0
 public static Boolean GetSelectionFocus(IPropertyManagerPageSelectionboxObject IPropertyManagerPageSelectionboxinstance)
 {
     return(IPropertyManagerPageSelectionboxinstance.IPropertyManagerPageSelectionboxInstance.GetSelectionFocus());
 }
Exemplo n.º 10
0
 public static String ItemText(IPropertyManagerPageSelectionboxObject IPropertyManagerPageSelectionboxinstance)
 {
     return(IPropertyManagerPageSelectionboxinstance.IPropertyManagerPageSelectionboxInstance.ItemText);
 }
Exemplo n.º 11
0
 public static void SetSelectionFilters(IPropertyManagerPageSelectionboxObject IPropertyManagerPageSelectionboxinstance, Object Filters)
 {
     return(IPropertyManagerPageSelectionboxinstance.IPropertyManagerPageSelectionboxInstance.SetSelectionFilters(Filters));
 }
Exemplo n.º 12
0
 public static Boolean AllowMultipleSelectOfSameEntity(IPropertyManagerPageSelectionboxObject IPropertyManagerPageSelectionboxinstance)
 {
     return(IPropertyManagerPageSelectionboxinstance.IPropertyManagerPageSelectionboxInstance.AllowMultipleSelectOfSameEntity);
 }
Exemplo n.º 13
0
 public static Boolean AllowSelectInMultipleBoxes(IPropertyManagerPageSelectionboxObject IPropertyManagerPageSelectionboxinstance)
 {
     return(IPropertyManagerPageSelectionboxinstance.IPropertyManagerPageSelectionboxInstance.AllowSelectInMultipleBoxes);
 }
Exemplo n.º 14
0
 public static Int32 SelectionIndex(IPropertyManagerPageSelectionboxObject IPropertyManagerPageSelectionboxinstance)
 {
     return(IPropertyManagerPageSelectionboxinstance.IPropertyManagerPageSelectionboxInstance.SelectionIndex);
 }
Exemplo n.º 15
0
 public static Boolean SetSelectedItem(IPropertyManagerPageSelectionboxObject IPropertyManagerPageSelectionboxinstance, Int16 Item, Boolean Selected)
 {
     return(IPropertyManagerPageSelectionboxinstance.IPropertyManagerPageSelectionboxInstance.SetSelectedItem(Item, Selected));
 }
Exemplo n.º 16
0
 public static void SetSelectionFocus(IPropertyManagerPageSelectionboxObject IPropertyManagerPageSelectionboxinstance)
 {
     return(IPropertyManagerPageSelectionboxinstance.IPropertyManagerPageSelectionboxInstance.SetSelectionFocus());
 }
Exemplo n.º 17
0
 public static Int16 Height(IPropertyManagerPageSelectionboxObject IPropertyManagerPageSelectionboxinstance)
 {
     return(IPropertyManagerPageSelectionboxinstance.IPropertyManagerPageSelectionboxInstance.Height);
 }
Exemplo n.º 18
0
 public static Boolean SetSelectionColor(IPropertyManagerPageSelectionboxObject IPropertyManagerPageSelectionboxinstance, Boolean Special, Int32 Color)
 {
     return(IPropertyManagerPageSelectionboxinstance.IPropertyManagerPageSelectionboxInstance.SetSelectionColor(Special, Color));
 }
Exemplo n.º 19
0
 public static Boolean SingleEntityOnly(IPropertyManagerPageSelectionboxObject IPropertyManagerPageSelectionboxinstance)
 {
     return(IPropertyManagerPageSelectionboxinstance.IPropertyManagerPageSelectionboxInstance.SingleEntityOnly);
 }
Exemplo n.º 20
0
 public static Boolean SetCalloutLabel(IPropertyManagerPageSelectionboxObject IPropertyManagerPageSelectionboxinstance, String Label)
 {
     return(IPropertyManagerPageSelectionboxinstance.IPropertyManagerPageSelectionboxInstance.SetCalloutLabel(Label));
 }
Exemplo n.º 21
0
 public static Int32 Style(IPropertyManagerPageSelectionboxObject IPropertyManagerPageSelectionboxinstance)
 {
     return(IPropertyManagerPageSelectionboxinstance.IPropertyManagerPageSelectionboxInstance.Style);
 }
Exemplo n.º 22
0
 public static Int32 ItemCount(IPropertyManagerPageSelectionboxObject IPropertyManagerPageSelectionboxinstance)
 {
     return(IPropertyManagerPageSelectionboxinstance.IPropertyManagerPageSelectionboxInstance.ItemCount);
 }