Aztec® Programming Language
Version 1.1 Alpha 2

Copyright © 2010-2017, Aztec Development Group, All Rights Reserved

Download Aztec

Search        Contact Us

Love is an angel... disguised as lust.

- Bruce Springsteen and Patti Smith

 

aztec.ui.SplitterPane

public class SplitterPane from<Window>

Base

Window

SplitterPane

The SplitterPane class provides a splitter window pane within a frame window. It is created automatically by a Frame or ChildFrame window. It has no public constructor.

SplitterPane Methods

Row() Method to return one based row of this SplitterPane within the 2-D array of SplitterPane windows in the frame
Column() Method to return one based column of this SplitterPane within the 2-D array of SplitterPane windows in the frame

Derived Classes

See Also

 


Row()

public method<int> Row()

Parameters

None

Return Value

Returns row number of splitter

Description

This method returns the one based row number of this splitter pane within the 2-D array of splitters within the frame.

 

SplitterPane Class


Column()

public method<int> Column()

Parameters

None

Return Value

Returns column number of splitter

Description

This method returns the one based column number of this splitter pane within the 2-D array of splitters within the frame.

 

SplitterPane Class

 

Copyright © 2010-2017

Aztec Development Group

All Rights Reserved

Download Aztec