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

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...

Technology Is Changing

Technology Is Changing!

10 Best Operating Systems For Laptops And Computers In 2021

10 Best Operating Systems For Laptops And Computers In 2021 Today’s modern age is blessed with the miracle of technology. One of these miracles that have made our lives simpler, faster and more entertaining is the computers. Computers are a revolutionary invention that really changed the course of human civilization. It has evolved from bulky desktop boxes to more portable and convenient laptops and mobile phones. However, the fact which many seldom talk about is what makes these computers work the way they do. We are of course talking about the operating system aka OS. Without an operating system, a computer cannot simply function. What Is The Difference Between Server OS And Everyday OS? Understanding how to differentiate a server OS from an everyday one is vital to our discussion. The differences are very specific. An everyday OS will be able to run programs like MS Word, PowerPoint, Excel, etc. including running one of your favorite video games. It enables applications that make br...