mac-samples/MacControls
conceptdev 31f7d6c631 remote # tag (and other fixes) 2019-07-24 13:25:37 -07:00
..
MacControls typo: CollorWell -> ColorWell 2018-11-11 03:33:41 -05:00
Screenshots MacControls 2015-05-04 13:17:18 -05:00
MacControls.sln MacControls 2015-12-09 12:15:30 -06:00
Metadata.xml MacControls 2015-05-04 13:17:18 -05:00
Readme.md remote # tag (and other fixes) 2019-07-24 13:25:37 -07:00

Readme.md

name description page_type languages products urlFragment
Xamarin.Mac - MacControls Source code for the Standard Controls documentation on Xamarin Developer Center Uses Xamarin.Mac. sample
csharp
xamarin
maccontrols

MacControls

Source code for the [Standard Controls]https://docs.microsoft.com/xamarin/mac/user-interface/standard-controls) documentation on Xamarin Developer Center

When working with C# and .NET in a Xamarin.Mac application, you have access to the same Standard AppKit Controls that a developer working in in Objective-C and Xcode does.

AppKit Controls are the UI Elements that are used to create the User Interface of your Xamarin.Mac application. They consist of elements such as Buttons, Labels, Text Fields, Check Boxes and Segmented Controls and cause instant actions or visible results when a user manipulates them.

This sample application covers working with the standard AppKit controls such as Buttons, Labels, Text Fields, Check Boxes and Segmented Controls in a Xamarin.Mac application.

Mac app showing various control types

Prerequisites

Running the sample

  1. Open the solution file (.sln) in Visual Studio for Mac.
  2. Use the Run button or menu to start the app.