With the user picture control, user pictures can be dynamically displayed on forms.

When a user picture control is selected in the design environment, its associated properties are displayed in the Control Properties panel.

  1. Binding: In this category, users can link a control to its corresponding attribute.
    • For more information on the fields in this category, click here.
  1. Name: In this category, users can access basic properties required for the control’s identification and proper referencing in the code.
    • Control Type: This field displays the control type. It cannot be modified.
    • Server ID: This is a text field that allows users to input the Server ID for the control.
      • Server ID refers to the name used to call the control in the code.
  2. Control Behavior: In this category, users can configure the behavior of the control and define how it interacts with the form or application.
    • User Picture Initial Value
      An option for the user picture control is to set the initial value to the current user’s picture. This means that when the form is opened, the control will automatically display the picture for the user associated with the current session.
    • For more information on these properties and how to configure them, click here.
  3. Appearance: In this category, users can customize the visual appearance of the control.
    • Height: This is a numeric updown field that allows users to set the height of the control.
      • By default, the height is set to 128. To adjust this size, users can enter numbers into the field either manually or by clicking the increment/decrement arrows.
  4. Misc: In this category, users can define additional properties for the control.
    • Location: This is a single-select dropdown field that allows users to choose the location of the control.
      • Location Options: Right, Center, or Left.
        • Right: This option places the control on the right-hand side of the screen.
        • Center: This option centers the control in the middle of the screen.
        • Left: This option places the control on the left-hand side of the screen.