Skip to main content

Basic Properties of Form in Visual Studio (Windows Application Form)

Visual Studio is a complete set of development tools for building ASP.NET Web applications, XML Web Services, desktop applications, and mobile applications. Visual Basic, Visual C++, Visual C#, and Visual J# all use the same integrated development environment (IDE), which allows them to share tools and facilitates in the creation of mixed-language solutions. In addition, these languages leverage the functionality of the .NET Framework, which provides access to key technologies that simplify the development of ASP Web applications and XML Web Services.

Property          Description

     Anchor            Specifies how the control behaves when its container is resized. See the next
                               section for a detailed explanation of this property.

     BackColor       The background color of a control .

     Bottom           Specifies the distance from the top of the window to the bottom of the control.
                              This is not the same as specifying the height of the control.

    Dock             Docks a control to the edges of its container. See the next section for a more
                            detailed explanation of this property.

    Enabled          Setting Enabledto trueusually means that the control can receive input from
                            the user. Setting Enabledto falseusually means that it cannot.

    ForeColor      The foreground color of the control .

   Height         The distance from the top to the bottom of the control .

    Left              The left edge of the control relative to the left edge of its container.

   Name            The name of the control. This name can be used to reference the control in code.

   Parent            The parent of the control .

    Right                The right edge of the control relative to the left edge of its container .

   TabIndex          The number the control has in the tab order of its container .

  TabStop              Specifies whether the control can be accessed by the Tab key.

   Tag                   This value is usually not used by the control itself. It enables you to store
                             information about the control on the control itself. When this property is assigned
                             a value through the Windows Forms Designer, you can only assign a string to it.

   Text                 Holds the text that is associated with this control .

   Top                  The top edge of the control relative to the top of its container.

   Visible             Specifies whether the control is visible at runtime .

   Width             The width of the control .


Comments

Popular posts from this blog

Technology Is Changing

Technology Is Changing!

Details of Alkaram Dealers in Pakistan

Al-Karam dealers in Abbotabad Bombay Cloth House: Main Bazar 099-2330769 Libaas-e-Khaas Cloth House: Jadoon Plaza, Mandiyaan 0300-9353320 Rabi Collection: Supply Bazar, Mandiyaan 099-2342422 Stylo Fabrics: Najam Plaza, Mandiyaan 0302-8107945 Al-Karam dealers in Ali Pur Aamir Cloth: Bano Bazar 0333-7679585 Al-Karam dealers in Badin Shafi Khati Cloth: 0333-2523244 Noman Cloth Store: 0346-3755590 Al-Karam dealers in Bhawalpur Karam Cloth Centre: Bhawalpur Trade Centre 062-2880212 Wahab Fabrics: AB Centre, Galla Mandi Road, Modern Town B 0300-9682564 Pasha Fabrics: Satellite Town, Commercial Area, 45-C 0300-9683429  Al-Karam dealers in Burewala Saab Jee Fabrics: Rail Bazar 067-3773355 Al-Karam dealers in Chicha Watni Arab cloth House: Main Bazar 040-5486325 Bhular Cloth House: Main Bazar Al-Karam dealers in Chistiyaan Fancy Cloth House: Main Bazar Al-Karam dealers in Dadu Raja Asad Cloth Store: 0254-612102 Al-Karam dealers in Deepalpur Mu...

Free Download Microsoft Macro Assembler (MASM 6.11)

Author :   Microsoft Email   :    None Website:    http://www.microsoft.com/ Released:    Sep 28 1993 Platform:    DOS Windows Source:      No Binaries:      Yes Summary       MASM 6.11 was the last stand-alone version of MASM available from Microsoft. Newer versions can be found "hidden" within other Microsoft products if you look hard enough. The download below includes the original install disks for MASM 6.11, along with patches to upgrade to 6.11d (last version that runs on DOS/Win16) and 6.14 (includes support for the Intel Pentium Pro processor, the Intel MMX architecture, AMD 3D Technology, and Intel Internet Streaming SIMD Extensions). Also included are the user's manuals in both Word and PDF format. Note: MASM is no longer sold by Microsoft, and the MASM executable and linker can be found in other tools available for free directly from Micros...