Click here to Skip to main content
15,887,376 members
Home / Discussions / C#
   

C#

 
AnswerRe: Hiding a control Pin
Andrew Lygin10-Jul-06 8:48
Andrew Lygin10-Jul-06 8:48 
QuestionThis.Left Pin
joshp121710-Jul-06 5:11
joshp121710-Jul-06 5:11 
AnswerRe: This.Left Pin
Ravi Bhavnani10-Jul-06 5:17
professionalRavi Bhavnani10-Jul-06 5:17 
AnswerRe: This.Left Pin
Not Active10-Jul-06 5:19
mentorNot Active10-Jul-06 5:19 
GeneralRe: This.Left Pin
Judah Gabriel Himango10-Jul-06 6:27
sponsorJudah Gabriel Himango10-Jul-06 6:27 
GeneralRe: This.Left Pin
Not Active10-Jul-06 6:51
mentorNot Active10-Jul-06 6:51 
AnswerRe: This.Left Pin
wasife10-Jul-06 8:23
wasife10-Jul-06 8:23 
AnswerRe: This.Left Pin
Andrew Lygin10-Jul-06 9:14
Andrew Lygin10-Jul-06 9:14 
joshp1217 wrote:
...how exactly does this "this.Left" method work...


It's not a method at all. It is a property (a pair of methods in this case). You can use ildasm.exe to understand how it works exactly. It returns a value of the "x" field of the control when you get it. And it calls SetBounds(...) method when you set it.

-- modified at 15:15 Monday 10th July, 2006
QuestioncomboBox with value & text Pin
TAREQ F ABUZUHRI10-Jul-06 5:09
TAREQ F ABUZUHRI10-Jul-06 5:09 
AnswerRe: comboBox with value & text Pin
TAREQ F ABUZUHRI10-Jul-06 5:20
TAREQ F ABUZUHRI10-Jul-06 5:20 
AnswerRe: comboBox with value & text Pin
Judah Gabriel Himango10-Jul-06 5:21
sponsorJudah Gabriel Himango10-Jul-06 5:21 
GeneralRe: comboBox with value & text Pin
TAREQ F ABUZUHRI10-Jul-06 5:22
TAREQ F ABUZUHRI10-Jul-06 5:22 
GeneralRe: comboBox with value and text Pin
Judah Gabriel Himango10-Jul-06 6:24
sponsorJudah Gabriel Himango10-Jul-06 6:24 
GeneralRe: comboBox with value and text Pin
TAREQ F ABUZUHRI10-Jul-06 9:40
TAREQ F ABUZUHRI10-Jul-06 9:40 
GeneralRe: comboBox with value and text Pin
Judah Gabriel Himango10-Jul-06 10:08
sponsorJudah Gabriel Himango10-Jul-06 10:08 
GeneralRe: comboBox with value & text Pin
TAREQ F ABUZUHRI10-Jul-06 5:23
TAREQ F ABUZUHRI10-Jul-06 5:23 
AnswerRe: comboBox with value & text Pin
wasife10-Jul-06 8:35
wasife10-Jul-06 8:35 
QuestionView Images Advice Pin
tadhg8810-Jul-06 5:08
tadhg8810-Jul-06 5:08 
AnswerRe: View Images Advice Pin
Judah Gabriel Himango10-Jul-06 5:15
sponsorJudah Gabriel Himango10-Jul-06 5:15 
GeneralRe: View Images Advice Pin
tadhg8810-Jul-06 5:39
tadhg8810-Jul-06 5:39 
GeneralRe: View Images Advice Pin
Not Active10-Jul-06 5:43
mentorNot Active10-Jul-06 5:43 
GeneralRe: View Images Advice Pin
tadhg8810-Jul-06 6:19
tadhg8810-Jul-06 6:19 
GeneralRe: View Images Advice Pin
Not Active10-Jul-06 6:46
mentorNot Active10-Jul-06 6:46 
GeneralRe: View Images Advice [modified] Pin
tadhg8810-Jul-06 7:19
tadhg8810-Jul-06 7:19 
QuestioncomboBox without change value Pin
TAREQ F ABUZUHRI10-Jul-06 5:00
TAREQ F ABUZUHRI10-Jul-06 5:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.