adplus-dvertising
frame-decoration

Question

……………… property of windows form sets the padding used between docked controls and the form’s edge.

a.

DockPadding

b.

DialogResult

c.

Dialog Padding

d.

DockResult

Posted under VB NET Web Technologies

Answer: (a).DockPadding

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. ……………… property of windows form sets the padding used between docked controls and the form’s edge.

Similar Questions

Discover Related MCQs

Q. The Get and Set methods in the …………….. property to get and set the text in the text box.

Q. In mouse cursor option ………………. is a cursor for mouse wheel operations when the mouse is moving and the window is scrolling horizontally and vertically downward to the left.

Q. In mouse cursor option …………….. is a cursor for mouse wheel operations when the mouse is moving and the window is scrolling vertically in an upward direction.

Q. ………………… is a signed count of the number of rotation of the mouse wheel.

Q. Most of the functionally of  the text box control is simply inherited from the …………….. class, which is also the a base class for the rich text box control.

Q. …………….. control is generally used for editable text although it can also made read only.

Q. We can limit the amount of text entered into TextBox control by setting ……………… property to a specific number of characters.

Q. TextBox controls also can be used to accept password if the …………….. property is used to mask characters.

Q. Each hyperlink is a object of the ………………. class and is stored in a collection called links.

Q. Which of the following is NOT the public properties of TextBox objects.

Q. Which of the following is/are the public methods of TextBox objects.

i) Clear    ii) Paste   iii) LoadFile   iv) Paste

Q. Which of the following is NOT the public events of TextBox objects.

Q. Which of the following is/are the ways of add scroll bars to a text box using scroll bars property.

i) None  ii) Horizontal  iii) Vertical   iv) Both

Q. In order for the scroll bars to actually appear, the text box’s …………….. property must be True.

Q. Which of the following is NOT the public property of RichTextBox Objects.

Q. Which of the following is/are the public methods of RichTextBox objects.

i) CanDelete   ii) Find   iii) LoadFile   iv) SelectAll

Q. The SaveFile method is used to save the text in a rich text box to disk, and the ……………. method to read it back.

Q. Which of the following is/are the values of TextAlign property that takes from content  Alignment enumeration.

BottomCenter  ii) MiddleTop   iii) TopLeft  iv) MiddleLeft

Q. Which of the following is/are the public properties of LinkLabel objects.

i) ActiveLinkColor   ii) LinkSize   iii) LinkBehavior   iv) Links

Q. Hyperlinks can be created using the …………………………………. method in LinkClicked event handler.