public void Config(
			AptifyApplication ApplicationObject,
			IDashboardArea Area,
			long PartID,
			ComponentOrientation Orientation) {
			this.App = ApplicationObject;
			this.Area = Area;
			this.PartId = PartID;
			this.Orientation = Orientation;

			this.InitializeComponent();
			this.DoTheDew();
		}
        public void Config(
            AptifyApplication ApplicationObject,
            IDashboardArea Area,
            long PartID,
            ComponentOrientation Orientation)
        {
            this.App         = ApplicationObject;
            this.Area        = Area;
            this.PartId      = PartID;
            this.Orientation = Orientation;

            this.InitializeComponent();
            this.DoTheDew();
        }
Ejemplo n.º 3
0
 /// <summary>
 /// Sets the orientation for the vertical and horizontal
 /// scrollbars as determined by the
 /// <code>ComponentOrientation</code> argument.
 /// </summary>
 public void setComponentOrientation(ComponentOrientation @co)
 {
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Sets the <code>ComponentOrientation</code> property of this menu
 /// and all components contained within it.
 /// </summary>
 public void applyComponentOrientation(ComponentOrientation @o)
 {
 }