Property | Type | Description | |
---|---|---|---|
InitializeComponent | void | ||
VerticalTextBox_Resize | void |
Method | Description | |
---|---|---|
VerticalLabel ( ) : System |
VerticalLabel constructor
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Dispose override method
|
|
OnPaint ( System e ) : void |
OnPaint override. This is where the text is rendered vertically.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void | ||
VerticalTextBox_Resize ( object sender, System e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | boolean parameter |
return | void |
protected OnPaint ( System e ) : void | ||
e | System | PaintEventArgs |
return | void |